Presentation: Tweet"Concurrent Programming Using The Disruptor"
The Disruptor is an open source concurrent programming framework developed by LMAX, a financial exchange based in London. While it is currently fashionable to talk about using languages or frameworks to hide away concurrent programming, the Disruptor provides a way to do quite the opposite - to enable developers to think about how to parallelise their architecture in a straightforward and easy to code fashion. In this presentation, Trisha Gee from LMAX will show examples of how to use the Disruptor to share data between threads, proving that concurrent programming doesn't always have to be complicated.
Keywords: Java, concurrency, performance, design
Target Audience: developers